翻訳と辞書
Words near each other
・ remailer
・ remote access services
・ remote database access
・ remote desktop protocol
・ remote echo
・ remote job entry
・ remote login
・ remote method invocation
・ remote monitoring
・ remote operations service element
remote procedure call
・ remote reference layer
・ remote spooling communication subsystem
・ remote write protocol
・ removable disk
・ removable hard disk
・ rendering
・ renderman shading language
・ rendezvous
・ rep


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

remote procedure call : FOLDOC
Remote Procedure Call
(RPC) A protocol which allows a program running on one host to cause code to be executed on another host without the programmer needing to explicitly code for this. RPC is an easy and popular paradigm for implementing the client-server model of {distributed computing}. An RPC is initiated by the caller (client) sending request message to a remote system (the server) to execute a certain procedure using arguments supplied. A result message is returned to the caller. There are many variations and subtleties in various implementations, resulting in a variety of different (incompatible) RPC protocols.
Sun RPC is defined in RFC 1057 and ONC RPC in RFC 1831.
(2003-06-04)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.